home *** CD-ROM | disk | FTP | other *** search
/ Acorn RISC PD-CD 1 / Acorn RISC PD-CD 1.iso / languages / dde / _pc / h / typdat < prev    next >
Text File  |  1992-02-09  |  277b  |  19 lines

  1. (*
  2.  * Title:   typdat.h
  3.  * Purpose: RISCOS-specific file type and date info.
  4.  *
  5.  *)
  6.  
  7. # ifndef __typdat_h
  8. # define __typdat_h
  9.  
  10. type typdat_ptr = ^typdat;
  11.      typdat =  (* RISCOS type/date pair *)
  12.        record
  13.          ex, ld : integer
  14.        end;
  15.  
  16. # endif
  17.  
  18. (* end typdat.h *)
  19.